VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerTextLine Class / DicomSeriesManagerTextLine Constructors / DicomSeriesManagerTextLine Constructor(String,Nullable<Color>,Font)
Синтаксис Требования Смотрите также
В этом разделе
    DicomSeriesManagerTextLine Constructor(String,Nullable<Color>,Font)
    В этом разделе
    Инициализирует новый экземпляр класса DicomSeriesManagerTextLine.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal format
    Формат текста.
    As System.String, _
    ByVal textColor
    Цвет текста.
    As System.Nullable(Of Color), _
    ByVal font
    Шрифт.
    As System.Drawing.Font _
    )
    public DicomSeriesManagerTextLine(
    System.String format,
    System.Nullable<Color> textColor,
    System.Drawing.Font font
    )
    public: DicomSeriesManagerTextLine(
    System.String format,
    System.Nullable<Color*>* textColor,
    System.Drawing.Font font
    )
    public:
    DicomSeriesManagerTextLine(
    System.String format,
    System.Nullable<Color^>^ textColor,
    System.Drawing.Font font
    )

    Parameters

    format
    Формат текста.
    textColor
    Цвет текста.
    font
    Шрифт.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также